projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e4e4c
)
Fix a warning
author
Matthias Clasen
<matthiasc@src.gnome.org>
Sun, 19 Jun 2005 04:44:44 +0000
(
04:44
+0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Sun, 19 Jun 2005 04:44:44 +0000
(
04:44
+0000)
gtk/gtkuimanager.c
patch
|
blob
|
history
diff --git
a/gtk/gtkuimanager.c
b/gtk/gtkuimanager.c
index 6233b3ca1d6b3f8a286287b5463d4e46d5561361..72a2bde4c83b3c3e95eae715123b87bdbd44414a 100644
(file)
--- a/
gtk/gtkuimanager.c
+++ b/
gtk/gtkuimanager.c
@@
-1732,7
+1732,7
@@
gtk_ui_manager_add_ui (GtkUIManager *self,
if (node_type == NODE_TYPE_UNDECIDED)
{
- g_warning ("item type not suitable for adding at '%s'",
+ g_warning ("item type
%d
not suitable for adding at '%s'",
type, path);
return;
}